home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / bootrec.arc / BOOT.DOC < prev    next >
Text File  |  1986-02-13  |  2KB  |  47 lines

  1.  
  2.         Boot Record Program (C) Copyright Peter Norton 1986
  3.            From PC Magazine: Volume 5, No. 2, pp 271-275
  4.                         January 28th, 1986
  5.  
  6.         Description:
  7.  
  8.         This utility will re-write the DOS boot record on a floppy
  9.         diskette with a custom boot-up message.  It is intended for
  10.         software distribution diskettes that do not have DOS installed
  11.         on them.
  12.  
  13.         Requirements:
  14.  
  15.         To use this utility, you will need a copy of IBM (Microsoft)
  16.         Macro Assembler, DOS Debug, Link, Exe2Bin, and the
  17.         following files:
  18.  
  19.         BOOT.ASM          ; assembly source you create by modifying
  20.                           ; one of the sample source programs.
  21.  
  22.         BOOT-SS.ASM       ; Sample source for single sided diskettes.
  23.  
  24.         BOOT-DS.ASM       ; Sample soruce for double sided diskettes.
  25.  
  26.         BOOTMAKE.BAT      ; Batch file to create the boot record
  27.  
  28.         BOOT.DBG          ; Debug input data.  (Used by bootmake.bat).
  29.  
  30.         Usage:
  31.  
  32.         1) Modify the message portion of either BOOT-SS.ASM or
  33.            BOOT-DS.ASM and save as BOOT.ASM.
  34.  
  35.         2) Insert the target diskette in drive A: (it must be formatted).
  36.  
  37.         3) Execute BOOTMAKE from another drive (B:, C:, ...)  Be sure
  38.            that drive is the default drive and contains BOOTMAKE.BAT,
  39.            BOOT.ASM, BOOT.DBG, MASM.EXE, LINK.EXE, EXE2BIN.EXE,
  40.            and DEBUG.COM.
  41.  
  42.         4) Follow the instructions in BOOTMAKE ... when finished, your
  43.            diskette will contain your custom boot message.
  44.  
  45.         5) Test your message by rebooting with the customized diskette
  46.            in drive A:
  47.